/* =========================================================
Common styles
============================================================ */
*:focus {
	outline: none;
}
body {
    color: #333333;
	font-family: 'Poppins', sans-serif !important;
	font-size: 12px;
}
body.high-contrast {
	filter: invert(1);
}
h1, h2, h3, h4, h5, h6, p, a, span, input  {
	transition: all 0.5s ease;
}
pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cdcdcd;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
a {
	text-decoration: none !important;
}
/* Font-Sizer Specific Styling */
.fsizer { float:right; display:block; clear: both; }

.fsizer a { display: block; float: left; width: 23px; margin-top: 3px; margin-right: 5px; border: 1px solid #DDD; cursor: pointer; }
.fsizer a:hover { border: 1px solid #BBB;  }
.fsizer a.fsactive { border: 1px solid #AAA; cursor: default; } /* When mode is active */

.fsizer a#fs_sml { height: 20px; padding-top: 2px;  background:url(images/icons/i-ad.png) no-repeat center;}
.fsizer a#fs_med { height: 20px; padding-top: 2px;  background:url(images/icons/i-an.png) no-repeat center;}
.fsizer a#fs_lrg { height: 20px; padding-top: 2px;  background:url(images/icons/i-au.png) no-repeat center;}
.fsizer a#fs_bck { height: 20px; padding-top: 2px;  background:url(images/icons/i-bk.png) no-repeat center;}
.ui-newsticker {
	min-height: 40px;
}
ol:not(header *) {
	margin-top:15px;
}
ul:not(header *) {
	margin-top:15px;
}
ul li:not(header *) {
	list-style:inside disc;
	margin-bottom:10px;
}
ol li:not(header *) {
	list-style:inside decimal;
	margin-bottom:10px;
}

/*------responsive image----------------*/
.responsive-img{
	max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
/* =========================================================
Elements
============================================================ */

.more-link {
	font-size:15px;
	color: #17222B;
	background:url(images/icons/more-link-icon.png) no-repeat left center;
	padding-left:15px;
	display: none;
}
.more-link:hover {
	text-decoration:underline;
}
.kp-dropcap {
    display: inline-block;
    float: left;
	font-family: 'Poppins', sans-serif;
	font-size: 46px;
    line-height: 50px;
    margin: 0 15px 0 0;
    text-align: center;
}

.kp-dropcap.dark {
    background: none repeat scroll 0 0 #000;
    color: #fff;
	height:55px;
	line-height:50px;
	width:55px;
}

.kp-dropcap.orange {
    background: none repeat scroll 0 0 #c90a2a;
    color: #fff;
	height:55px;
	line-height:50px;
	width:55px;
}

.kp-dropcap.grey {
    background: none repeat scroll 0 0 #ebebeb;
    color: #333;
	height:55px;
	line-height:50px;
	width:55px;
}

.kp-tag {
	display:inline-block;
	background:url(images/background/tag-bg.png) no-repeat left center;
	height:30px;
	margin-bottom:5px;
	margin-right:5px;
}
.kp-tag span {
	background-color:#313131;
	line-height:30px;
	height:30px;
	margin-left:12px;
	padding-right:10px;
	padding-left:5px;
	display:inline-block;
}
.kp-tag:hover {
	color: #17222B;
}
blockquote {
	color:#666;
	font-style:italic;
	border-left:8px solid #e8e8e8;
	padding-left:10px;
	line-height:20px;
	margin-bottom:10px;
}
.star-list-1,
.star-list-2,
.square-list-1,
.square-list-2,
.arrow-list-1,
.arrow-list-2,
.play-list-1,
.play-list-2,
.check-list-1,
.check-list-2 {
	margin:0;
}
.star-list-1 li {
	list-style:none;
	background:url(images/icons/star-list-icon-1.png) no-repeat left top;
	padding-left:25px;
}
.star-list-2 li {
	list-style:none;
	background:url(images/icons/star-list-icon-2.png) no-repeat left top;
	padding-left:25px;
}
.square-list-1 li {
	list-style:none;
	background:url(images/icons/square-list-icon-1.png) no-repeat left 6px;
	padding-left:15px;
}
.square-list-2 li {
	list-style:none;
	background:url(images/icons/square-list-icon-2.png) no-repeat left center;
	padding-left:15px;
}
.arrow-list-1 li {
	list-style:none;
	background:url(images/icons/arrow-list-icon-1.png) no-repeat left center;
	padding-left:15px;
}
.arrow-list-2 li {
	list-style:none;
	background:url(images/icons/arrow-list-icon-2.png) no-repeat left center;
	padding-left:20px;
}
.play-list-1 li {
	list-style:none;
	background:url(images/icons/play-list-icon-1.png) no-repeat left center;
	padding-left:20px;
}
.play-list-2 li {
	list-style:none;
	background:url(images/icons/play-list-icon-2.png) no-repeat left center;
	padding-left:20px;
}
.check-list-1 li {
	list-style:none;
	background:url(images/icons/check-list-icon-1.png) no-repeat left center;
	padding-left:20px;
}
.check-list-2 li {
	list-style:none;
	background:url(images/icons/check-list-icon-2.png) no-repeat left center;
	padding-left:25px;
}
/* =========================================================
CSS3 Transition
============================================================ */
#main-menu li ul li, #main-menu li ul li a, .column-a .widget ul li a, .big-button, .medium-button, .small-button, .download-button, .upload-button, .back-button, .next-button, .complete-button, .cancel-button, .kp-color-button .black-button, .kp-color-button .grey-button, .kp-color-button .white-button, .kp-color-button .red-button, .kp-color-button .orange-button, .kp-color-button .yellow-button, .kp-color-button .dark-blue-button, .kp-color-button .light-blue-button, .kp-color-button .green-button, .kp-color-button .maroon-button, .kp-color-button .pink-button, .bottom-sidebar .widget ul li, .bottom-sidebar .widget ul li a, .kp-tag span, .bottom-menu li a, .kopa-tag, .about-author a, .related-widget .entry-content a, .widget .entry-title a, .pagination li, .pagination li a, #toggle-view h3, .accordion-title {
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
/* =========================================================
Heading
============================================================ */
h1 {
    color: #333333;
    font: 400 24px/26px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
	
}
h2 {
    color: #333333;
    font: 400 22px/24px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
}
h3 {
    color: #333333;
    font: 400 20px/22px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
}
h4 {
    color: #333333;
    font: 400 18px/20px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
	
}
h5 {
    color: #333333;
    font: 400 16px/18px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
	
}
h6 {
    color: #333333;
    font: 400 14px/18px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
	margin-bottom:3px;
	
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222222;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    color: #c90a2a;
}
p { 
	line-height:18px;
	display: block;
	clear: both;
}
/* =========================================================
Clear Floated Elements
============================================================ */
.left{ 
	float:left;
}
.right{
	float:right;
}

.hover-effect{
	cursor:pointer;
	z-index:100;
}
.entry-thumb {
	display:block;
}
.divider {
	height:1px;
	max-height:1px;
	background:#ddd;
	margin:0 -20px;
}
/* =========================================================
	Columns
============================================================ */
.one-forth {
	float:left;
	width:263px;
	margin-right:30px;
}

.column-b-left {
	float:left;
	width:360px;
	padding-right:20px;
}
.column-b-right {
	float:left;
	width:360px;
	padding-left:20px;
}
.column-b-one-third{
	float:left;
	width:230px;
	padding-left:20px;
}
.column-a > .widget {
	position: sticky;
	top: 108px;
}
.column-a > .widget ul#toggle-view {
	border: 1px solid #dfdfdf;
	background: #fff;
	padding: 10px;
	border-top: unset;
}
.column-b {
	padding-top: 15px;
}
.last {
	margin-right:0 !important;
}
.mb-30 {
	margin-bottom:30px;
}
body >.wrapper {
	padding: 50px 0px 0px;
	background-image: url('../../media/Turystyka/2018/kościół_Pokoju_fot_Andrzej_Pawłowicz.JPG');
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	width: 100%;
	background-attachment: fixed;
	position: relative;
}
body >.wrapper::before {
	opacity: 0.9;
	z-index: -1;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: white;
}
.main-content-bottom > .container > div {
	background-color: white;
}
.main-content-bottom > .container > div:last-child {
	margin-top: 10px;
}
section.bottom-sidebar {
	padding-top: 130px;
}
/* =========================================================
	Header
============================================================ */
#header {
	z-index:9999;
}
#header-top {
	z-index:9999;
}
.ui-newsticker {
	display: flex;
	justify-content: center;
}
ul.ui-newsticker-list {
	text-align: center;
	height: 100% !important;
	display: flex;
	align-items: center;
}
ul.ui-newsticker-list > li {
	overflow: hidden !important;
	display: none;
}
ul.ui-newsticker-list > li.current {
	overflow: unset !important;
	display: unset;
}
span.news-city {
	background-color: rgb(212 9 43);
	display: inline-block;
	padding: 4px 50px 3px 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-right: 34px;
	position: relative;
	margin-bottom: 25px;
}
span.news-city::before {
	position: absolute;
	content: "";
	top: 0px;
	left: auto;
	right: 0px;
	bottom: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 12px 13.5px 0;
	border-color: transparent #fff transparent transparent;
}
span.news-city::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	right: auto;
	bottom: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14.5px 12px 13.5px 0;
	border-color: transparent #fff transparent transparent;
	transform: rotate(
			180deg);
}
ul.social-links li.icon:hover {
	background-color: #d0181f;
	color: #fff;
}
.social-links li.icon:hover a {
	opacity:  1 !important;
}
.social-links li.icon:hover a i{
	color: #fff;
}
/*----------Main Nav----------*/
#main-nav {
	position:relative;
	z-index:9999;
	zoom:1;
}
/*---Main menu---*/
#main-menu {
	margin:0;	
	position:relative;
	z-index:9999;
	zoom:1;
}
#main-menu > li {
	margin:0;
	float:left;
	list-style:none;
	position:relative;
}
#main-menu > li.menu-arrow:hover > a {
	background:url(images/background/menu-arrow.png) no-repeat center bottom;
}
#main-menu > li > a {
	font-family: "Poppins", Arial,sans-serif;
	color:#dbdbdb;
	font-size:19px;
	display:block;
	padding:15px 20px;
}
#main-menu > li > a:hover {
	text-decoration:underline;
}
#main-menu > li.current-menu-item {
	background-color: #17222B;
}
/*---Dropdown menu---*/
#main-menu li ul {
	display:none;
	position:absolute;	
	width:250px;
	background-color:#fafafa;
	margin:0;
}
#main-menu > li > ul {
	top:54px;
	left:0;
	border:1px solid #aaa;
}
#main-menu li ul li {
	list-style:none;
	margin:0;
	position:relative;
	border:1px solid #eee;
}
#main-menu li ul li:hover {
	background-color: #17222B;
}
#main-menu li ul li a {
	color:#666;
	display:block;
	padding:7px 13px;
	font-size:15px;
}
#main-menu li ul li a:first-letter {
    text-transform: uppercase;
}
#main-menu li ul li:hover > a {
	color:#ddd;
}
#main-menu li ul li ul {
	top:0;
	left:248px;
}
/*---Responsive menu---*/
#responsive-menu {
	display:none;
	margin:10px auto;
	width:96%;
	padding:5px 2%;
	border:none;
}
.header-top__right {
	flex-basis: content;
	align-items: center;
	display: flex;
}
.hall-top {
	padding: 25px 85px;
}
.hall-bottom{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: rgb(212 9 43);
	position: relative;
	width: 100%;
	padding: 35px 85px 34px;
}
.hall-bottom.sticky-nav {
	position: fixed;
	z-index: 999;
	top: 0px;
	padding: 27px 85px 28px;
	transition: all 1s ease-in-out;
	width: 100%;
}

.hall-bottom::before{
	position: absolute;
	content: "";
	top: 0px;
	left: auto;
	right: 0px;
	bottom: 0px;
	background-color: #c90a2a;
	width: 22%;
}

.ui-newsticker{
	width: 100% !important;
	height: 100% !important;
}
div#header-bottom ul.navbar-nav > .nav-item > a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	text-decoration: unset;
}
div#header-bottom div#navbar > ul.navbar-nav > .nav-item {
	margin-right: 25px;
}
/*div#header-bottom div#navbar .nav-item {*/
/*	position: relative;*/
/*}*/

div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu {
	left: 0;
	min-width: 289px;
	padding: 5px 16px;
	margin: 0;
	font-size: 14px;
	background: #d4092b;
	border: 0px;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0px;
	top: 64px;
	text-align: left;
}
div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li > a {
	display: block;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	color: #fff;
	position: relative;
}
div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li:last-child > a{
	border-bottom: 1px solid transparent;
}
div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li ul {
	left: 265px !important;
	top: -4px;
}
div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li > a::after {
	content: "\f105";
	font-size: 14px;
	font-family: 'Font Awesome 5 Free';
	right: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/* =========================================================
	Main Content
============================================================ */
#main-content {
	position:relative;
    display: block;
	z-index:1;
    color: #444;
    font: 400 15px/16px "Poppins", Arial,sans-serif;
    letter-spacing: 0;
}
#main-content-inner {
	position:relative;
    display: block;
	z-index:1;
}

.main-content-top {
	padding:10px 0;
	margin:10px 20px;
}
.main-content-bottom {
	position:relative;
}
.full-width-page .main-content-bottom {
	padding:0 20px;
	background:none;
	padding-bottom:50px;
}
.sub-page .main-content-bottom {
	background:none;
}
.sub-page.v-divider .main-content-bottom {
	background:url("images/background/line-1.gif") repeat-y scroll 760px 0 transparent;
}
/*----------Breadcrumb----------*/
.breadcrumb {
	float:left;
	margin-top:10px;
}
.breadcrumb span {
	display:inline-block;
}

.breadcrumb .current-page,
.breadcrumb a {
	color: #17222B;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
/*----------Social Links----------*/
ul.social-links {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	width: 100%;
	flex-wrap: wrap;
}
.social-links li {
	cursor: pointer;
	list-style:none;
	width:35px;
	height:35px;
	position:relative;
	z-index:0;
	margin-right: 10px;
	justify-content: center;
	display: flex;
	align-items: center;
	background-color: rgb(212 9 43);
	margin-bottom: 0;
}
.social-links li a {
	color: white;
	font-size: 15px;
}
li.bg-color-unset > a {
	width: 100%;
	height: 100%;
}
.social-links li.lang-pl {
	background:url(images/icons/ico_pl.png) no-repeat center center;
}
.social-links li.lang-pl a {
	background:url(images/icons/ico_pl.png) no-repeat center center;
}
.social-links li.lang-de {
	background:url(images/icons/ico_de.png) no-repeat center center;
}
.social-links li.lang-de a {
	background:url(images/icons/ico_de.png) no-repeat center center;
}
.social-links li.lang-en {
	background:url(images/icons/ico_en.png) no-repeat center center;
}
.social-links li.lang-en a {
	background:url(images/icons/ico_en.png) no-repeat center center;
}
.social-links li.icon-bip {
	background:url(images/icons/ico_bip.png) no-repeat center center;
}
.social-links li.icon-bip a {
	background:url(images/icons/ico_bip.png) no-repeat center center;
}
.social-links li.icon-you {
	background:url(images/icons/ico_you.png) no-repeat center center;
}
.social-links li.icon-you a {
	background:url(images/icons/ico_you.png) no-repeat center center;
}
.social-links li.icon-fac {
	background:url(images/icons/ico_fac.png) no-repeat center center;
}
.social-links li.icon-fac a {
	background:url(images/icons/ico_fac.png) no-repeat center center;
}
.social-links li.icon-ins {
	background:url(images/icons/ico_ins.png) no-repeat center center;
}
.social-links li.icon-ins a {
	background:url(images/icons/ico_ins.png) no-repeat center center;
}
.bg-color-unset {
	background-color: unset !important;
}
/*----------Search Box----------*/
.search-box {
	float:right;
	position:relative;
}
form.search-form {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.search-box .search-text {
	width: 90%;
	padding: 0px 0px;
	height: auto;
	font-size: 15px;
	color: #fff;
	border: none;
	padding: 0px 30px 0px 0px;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	background: unset !important;
}
.search-box .search-submit {
	background-color: unset;
	border: unset;
	color: white;
}
/*----------News Letter----------*/
.news-letter {
	border:1px solid #f2f2f2;
	background:url(images/background/newsletter-bg.png) no-repeat center top #f8f8f8;
	padding:20px;
	margin-bottom:30px;
}
.news-letter h4 {
	text-align:center;
	margin-bottom:55px;
}
.newsletter-form .email {
	border:4px solid #f2f2f2;
	background-color:#fff;
	height:37px;
	line-height:37px;
	width:232px;
	padding:0 10px;
	float:left;
	color:#666;
}
.newsletter-form .submit {
	border-top:4px solid #f2f2f2;
	border-bottom:4px solid #f2f2f2;
	border-right:4px solid #f2f2f2;
	border-left:none;
	padding:0;
	margin:0;
	height:45px;
	width:38px;
	background:url(images/icons/arrow-icon-1.png) no-repeat center center #f8f8f8;
	float:left;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
.newsletter-form .submit:hover {
	background:url(images/icons/arrow-icon-1-hover.png) no-repeat center center #f8f8f8;
}
/*----------Widget----------*/
.widget {
	margin-bottom:70px;
}
.column-a .widget-title {
	background-color: #d4092b;
	padding:10px 15px;
	color:#fff;
	font-size: 18px;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.entry-categories {
	font-size:13px;
	color: #17222B;
	font-family: "Poppins", Arial,sans-serif;
	display:inline-block;
}
.entry-date {
	font-size:10px;
	color:#777;
	font-family: "Poppins", Arial,sans-serif;
	display:inline-block;
}
.entry-categories:hover {
	text-decoration:underline;
}
.column-a .widget .entry-item {
	margin:8px 0 15px;
}
.widget .entry-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
}
.widget .text-widget {
	font-size:14px;
	margin-bottom:10px;
}

.widget .entry-title a {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #17222B;
}
.widget .entry-title a:hover {
	color: #17222B;
}
.widget .entry-item .entry-thumb {
	margin-bottom:10px;
}
.widget .other-categories {
	margin:0;
}
.widget .other-categories li {
	margin:0;
	list-style:none;
	border-top:1px solid #e7e7e7;
	padding:10px 0;
}
.widget .other-categories li .entry-categories, .widget .other-categories li .entry-date {
	display:block;
	margin-bottom:5px;
}
.widget .other-categories li a {
	color:#000;
}
.widget .other-categories li .entry-categories, .widget .other-categories li a:hover {
	color: #17222B;
}
.widget .older-posts, .widget .recent-comments {
	margin:0;
}
.widget .older-posts li {
	margin:0 0 10px;
	list-style:none;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
	color:#222;
}
.widget .older-posts li a {
	color:#4477CC;
}
.widget .older-posts li:hover, .widget .older-posts li a:hover {
	color: #17222B;
}
.widget .recent-comments li {
	margin:0 0 15px;
	list-style:none;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:15px;
}
.widget .recent-comments li header strong {
	color:#222;
}
.widget .recent-comments li header a {
	color: #17222B;
}
.widget .recent-comments li header a:hover {
	text-decoration:underline;
}
.widget .recent-comments li header em {
	color:#777;
}
.widget .recent-comments li .entry-content .entry-thumb {
	float:left;
	margin-right:15px;
}
.widget .recent-comments li .entry-content p {
	font-style:italic;
}
/* =========================================================
	Column b
============================================================ */
.column-b .widget-title {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.column-b .widget-title span {

}
/*----------Carousel----------*/
.list-carousel.responsive {
    margin: 0 -10px;
    width: auto;
}
.list-carousel ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.list-carousel ul li {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
	width:217px;    
}
.list-carousel ul li article img {
    display: block;
    height: auto;
    width: 100%;
}
.carousel-nav {
	position: absolute;
	right: 0;
	top: 0px;
}
.list-carousel .carousel-next, .list-carousel .carousel-prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #C1C4C6;
	color: #C1C4C6;
	transition: all 0.3s;
	user-select: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0;
}
.list-carousel .carousel-prev {
	margin-right:5px;
}
.list-carousel .carousel-prev::before, .theme-default .nivo-directionNav a.nivo-prevNav::before {
	content: "\f104";
	font-size: 14px;
}
.list-carousel .carousel-next::before, .theme-default .nivo-directionNav a.nivo-nextNav::before {
	content: "\f105";
	font-size: 14px;
}

.theme-default .nivo-directionNav a.nivo-nextNav, .theme-default .nivo-directionNav a.nivo-prevNav {
	width: 30px;
	height: 30px;
	background-position: unset !important;
	background: #d4092b !important;
	color: white !important;
	text-indent: unset !important;
	font-size: 0;
	opacity: 1;
	user-select: none;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #d4092b;
}

.list-carousel .carousel-next {
    background-position: -75px 0px;
}
.list-carousel .carousel-prev:hover {
	background-position: 0 -74px;
}
.list-carousel .carousel-next:hover {
    background-position: -75px -74px;
}
.featured-widget ul li article header {
	margin-bottom:10px;
	display: flex;
}
.featured-widget ul li article header img {
	margin-bottom:10px;
}
.featured-widget ul li article header p {
	float:left;
}
.featured-widget ul li article header p strong {
	font-size:28px;
	font-family: "Poppins", cursive;
	color:#000;
	font-weight:800;
	line-height:30px;
	margin-right:5px;
}
.featured-widget ul li article header p span {
	color:#000;
	font-size:10px;
	font-family: "Poppins", cursive;
	width:40px;
	white-space:pre-wrap;
	display:inline-block;
	line-height:14px;
}
.entry-comments {
	color:#333;
	font-size:13px;
	font-family: "Poppins", cursive;
}
.entry-comments:hover {
	text-decoration:none;
}
.featured-widget ul li article header .entry-comments {
	color: #fff;
	opacity: 1;
	font-size: 14px !important;
	position: relative;
	z-index: 2;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	padding: 5px 10px;
	background-color: #d4092b;
}
.featured-widget ul li article .entry-content .entry-title {
	font-weight:700;
	margin-bottom:10px;
	color: #17222B;
}

.featured-widget ul li article .entry-content .entry-title a {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #17222B;
}
.featured-widget ul li article .entry-content .entry-title a:hover {
	color: #17222B;
}
.featured-widget ul li article img {
	padding: 1px;
	margin-bottom:10px;
	max-height: 300px;
}
.featured-widget {
	position:relative;
}
/*----------Column-b-left----------*/
.column-b .entry-item {
	margin-bottom:30px;
}
.column-b .entry-item header {
/*	background:url(images/background/pattern-3.png) repeat 0 0; */
	padding:2px 2px 0;
	margin-bottom:15px;
}
.column-b .entry-item header img {	
	display:block;
}
.column-b .entry-item header p {
	float:left;
	margin:15px 0;
}
.column-b .entry-item header p strong {
	font-size:28px;
	font-family: "Poppins", Arial,sans-serif;
	color:#000;
	font-weight:800;
	line-height:30px;
	margin-right:5px;
}
.column-b .entry-item header p span {
	color:#000;
	font-size:10px;
	font-family: "Poppins", Arial,sans-serif;
	width:40px;
	white-space:pre-wrap; 
	display:inline-block;
	line-height:14px;
}
.column-b .entry-item header .entry-comments {
	float:right;
	line-height:30px;
	margin:15px 0;	
}


/*----------Pagination----------*/
.pagination {
	margin:20px 0 0 0;
	display:inline-block;
}
.pagination li {
	margin:0;
	list-style:none;
	float:left;
	width:45px;
	height:45px;
	margin-right:5px;
	background-color:#efefef;
	text-align:center;
}
.pagination li.current, .pagination li:hover {
	background-color: #17222B;
}
.pagination li a {
	line-height:45px;
	font-size:18px;
	font-family: "Poppins", Arial,sans-serif;
}
.pagination li.current a, .pagination li:hover a {
	color:#fff;
}
.column-b-inner {
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
/*----------lang-pl Widget----------*/
.lang-pl-widget {
	background-color:#f8f8f8;
	padding:30px 40px;
}
.tweet_list {
	margin:0;
}
.tweet_list li {
	margin:0;
	list-style:none;
}
.tweet_avatar {
	display:inline-block;
	width:69px;
	height:52px;
	background:url(images/icons/lang-pl-icon-2.png) no-repeat center center;
	float:left;
}
.tweet_avatar img {
	display:none;
}
.tweet_text {
	line-height:52px;
	font-size:16px;
}
.tweet_text .at, .tweet_text a {
	color: #17222B;
}
.tweet_text .at:hover,
.tweet_text a:hover {
	text-decoration:underline;
	color: #17222B;
}

.column-a .tweet_avatar {
	display:inline-block;
	width:22px;
	height:15px;
	background:url(images/icons/lang-pl-icon.png) no-repeat center center;
	float:left;
	margin-right:10px;
}
.column-a .tweet_text {
	line-height:20px;
	font-size:12px;
}
.column-a .tweet_list li {
	border-bottom:1px solid #ddd;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.column-a .tweet_list li:last-child {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}

/* =========================================================
	Page Bottom
============================================================ */
.page-bottom {
	background-color: #d4092b;
	color:#fff;
	margin-top: -70px;
}
.page-bottom a {
	color:#b6b6b6;
}
.bottom-sidebar .widget .widget-title {
	font-size:20px;
	color:#fefefe;
	margin-bottom:15px;
	padding-bottom:10px;
}
.bottom-sidebar .widget ul {
	margin:0;
}
.bottom-sidebar .widget ul li {
	list-style:none;
}
.bottom-sidebar .widget .kp-categories li {
	list-style:inside square;
	width:50%;
	float:left;
}
.bottom-sidebar .widget .kp-categories li:hover, .bottom-sidebar .widget .kp-categories li a:hover {
	color: #17222B;
}
.bottom-sidebar .kp-dropcap.dark {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	position:relative;
	z-index:0;
	color:#999;
}
/*----------Flickr Feeds----------*/
.flickr-badge-image {
	display:inline-block;
	margin:1px
}
/*----------Footer----------*/
#footer {
	padding:25px 0;
	color: white;
	font-family: "Poppins", Arial,sans-serif;
	font-size:14px;
	display: flex;
	width: 100%;
	border-top: 1px solid #fff;
}
#copyrights {
	float:left;
	margin:0;
}
#bottom-nav {
	float:right;
}
.bottom-menu {
	margin:0;
}
.bottom-menu li {
	float:left;
	list-style:none;
	border-left:1px solid #fff;
	padding-left:15px;
	margin:0 0 0 15px;
}
.bottom-menu li a {
	color: #ffffff;
	font-size:15px;
}
.bottom-menu li a:hover {
	color: #17222B;
}
/* =========================================================
Column page
============================================================ */
.column-title {
	margin:20px 0 15px 0;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:10px;
	color: #17222B;
	font-size:16px;
	font-family: "Poppins", Arial,sans-serif;
	font-weight:800;
}
.kopa-one-two {
	float:left;
	margin-right:2%;
	width:49%;
}
.kopa-one-third {
	float:left;
	margin-right:2%;
	width:32%;
}
.kopa-two-third {
	float:left;
	margin-right:2%;
	width:66%;
}
.kopa-one-forth {
	float:left;
	margin-right:2%;
	width:23.5%;
}
.kopa-three-forth {
	float:left;
	margin-right:2%;
	width:74.5%;
}
/* =========================================================
Elements page
============================================================ */
.element-title {
	margin:0px 0 15px 0;
	border-bottom:1px solid #cdcdcd;
	padding-bottom:10px;
	color:#333;
	font-size:16px;
	font-family: "Poppins", Arial,sans-serif;
	font-weight:800;
}
.kp-success, .kp-attention, .kp-info, .kp-warning, .kp-question {
	padding:15px;
	color:#777;
	margin-bottom:30px;
}
.kp-success img, .kp-attention img, .kp-info img, .kp-warning img, .kp-question img {
	margin-right:15px;
	float:left;
}
.kp-success {
	border:1px solid #9be1b5;
	background-color:#defeea;
}
.kp-attention {
	border:1px solid #f4f1a2;
	background-color:#fefcdb;
}
.kp-info {
	border:1px solid #a4d4f5;
	background-color:#eef6fc;
}
.kp-warning {
	border:1px solid #f7baba;
	background-color:#fbefef;
}
.kp-question {
	border:1px solid #85e2ea;
	background-color:#d9f4f6;
}
.big-button {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-weight:800;
	font-family: "Poppins", Arial,sans-serif;
	background-color:#414141;
	display:inline-block;
	padding:19px 30px 15px;
	height:14px;
	line-height:14px;
}
.big-button:hover, .medium-button:hover, .small-button:hover {
	background-color: #17222B;
	color:#fff;
}
.medium-button {
	font-size:14px;
	color:#fff;
	font-weight:800;
	font-family: "Poppins", Arial,sans-serif;
	background-color:#414141;
	display:inline-block;
	padding:14px 25px 10px;
	height:14px;
	line-height:14px;
}
.small-button {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	background-color:#414141;
	display:inline-block;
	padding:7px 15px;
	height:14px;
	line-height:14px;
}
.download-button,
.upload-button,
.back-button,
.next-button,
.complete-button,
.cancel-button {
	background-color:#f8f8f8;
	border:1px solid #ebebeb;
	display:inline-block;
	color:#aeaeae;
	font-size:16px;
	font-weight:800;
	font-family: "Poppins", Arial,sans-serif;
	padding:10px 25px 10px 20px;
	margin-right:20px;
	margin-bottom:20px;
}
.download-button span {
	display:inline-block;
	background:url(images/icons/download-icon.png) no-repeat right 0;
	line-height:25px;
	padding-right:35px;
}
.download-button:hover span {
	background:url(images/icons/download-icon.png) no-repeat right -75px;
}

.kp-color-button .black-button,
.kp-color-button .grey-button,
.kp-color-button .white-button,
.kp-color-button .red-button,
.kp-color-button .orange-button,
.kp-color-button .yellow-button,
.kp-color-button .dark-blue-button,
.kp-color-button .light-blue-button,
.kp-color-button .green-button,
.kp-color-button .maroon-button,
.kp-color-button .pink-button {
	margin:10px 5px 0 0;
}
.black-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#414141;
}

.grey-button {
	text-transform:uppercase;
	color:#333;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#aeaeae;
	text-shadow:1px 1px 1px rgba(255,255,255,0.49);
}

.white-button {
	text-transform:uppercase;
	color:#aeaeae;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:8px 18px;
	background-color:#f8f8f8;
	text-shadow:1px 1px 1px #fff;
	border:1px solid #ebebeb;
}

.red-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color: #17222B;
}

.red-button:hover {
	color:#fff;
	background-color:#414141;
}

.orange-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#ff8400;
}

.orange-button:hover {
	color:#fff;
	background-color:#414141;
}

.yellow-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#ffc600;
}

.yellow-button:hover {
	color:#fff;
	background-color:#414141;
}
.dark-blue-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#4575ce;
}

.light-blue-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#1bc1e4;
}

.green-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#5ba028;
}

.maroon-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#b10057;
}

.maroon-button:hover {
	color:#fff;
	background-color:#414141;
}

.pink-button {
	text-transform:uppercase;
	color:#fff;
	font-family: "Poppins", Arial,sans-serif;
	font-size:16px;
	display:inline-block;
	padding:10px 20px;
	background-color:#ff00b4;
}

.pink-button:hover {
	color:#fff;
	background-color:#414141;
}

.kp-divider-1 {
	height:1px;
	max-height:1px;
	border-top:1px solid #e7e7e7;
	margin:20px 0;
}

.kp-divider-2 {
	height:1px;
	max-height:1px;
	border-top:1px dashed #b4b4b4;
	margin:20px 0;
}

.kp-divider-3 {
	height:1px;
	max-height:1px;
	border-top:1px dotted #b4b4b4;
	margin:20px 0;
}

.kp-divider-4 {
	height:5px;
	max-height:5px;
	background:url(images/background/divider-4.png) repeat-x 0 0;
	margin:20px 0;
}

/*-------------Tabs-----------*/
.list-container-1{

}
.list-container-1 ul {
	margin:0;
	display: flex;
}
.list-container-1 ul li{
	list-style:none;
	margin:0px;
	display: flex;
	margin-right: 10px;
}
.list-container-1 ul li:not(.active) {

}
.list-container-1 ul li a{
	background: #FFFFFF;
	font-size: 12px;
	font-weight: 500;
	color: black;
	text-decoration: none !important;
	text-transform: uppercase;
	box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
	line-height: 12px;
	padding: 12px;
	width: 100%;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.list-container-1 ul li.active a, 
.list-container-1 ul li:hover a{
	text-decoration:none;
	background-color: #d4092b;
	color: white;
}


.tab-container-1 .imgfull {
	width:95%;
	margin-right:1.777778%;
	margin-left:1.777778%;
}
.tab-container-1 .imgl {
	width:32.75%;
	margin-right:1.777778%;
	margin-left:2.777778%;
	float:left;
}
tab-container-1 .imgr {
	width:32.75%;
	margin-right:2.777778%;
	margin-left:1.777778%;
	float:right;
}

.list-container-2{

}
.list-container-2 ul {
	margin:0;
	background-color:#f8f8f8;
	padding:0 0 0 20px;
	border-bottom:4px solid #ebebeb;
	border-top:1px solid #e7e7e7;
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}
.list-container-2 ul li{
	list-style:none;
	float:left;
	margin:0px;
}
.list-container-2 ul li a {
	padding:10px 20px;
	color:#333;
	font-size:18px;
	display:block;
	font-family: "Poppins", Arial,sans-serif;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.list-container-2 ul li.active a,
.list-container-2 ul li:hover a {
	text-decoration:none;
	background-color:#fff;
	color: #17222B;
	margin-bottom:-4px;
	padding:10px 20px 14px;
}
.list-container-2 ul li.active a {
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
}
.tab-container-2 {
	border-left:1px solid #e7e7e7;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:15px 20px 5px;
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
#toggle-view p {
	margin-bottom:0;
}
#toggle-view li {
	margin:0 0 3px 0;
	position:relative;
	cursor:pointer;
	list-style:none;
	
}
#toggle-view li:hover {
	
}
#toggle-view h3 {
	font-size: 14px;
	margin: 0;
	color: #17222B;
	font-family: "Poppins", Arial,sans-serif;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#toggle-view h3 i {
	margin-left: 5px;
}
#toggle-view h3:hover {
	background:#c90a2a;
	color: white;
}
#toggle-view h3:hover i {
	color: white;
}
#toggle-view span {
	position:absolute;
	right:0px;
	top:0;
	font-size:24px;
	width:40px;
	height:40px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	line-height:40px;
}
 
#toggle-view .panel {
	margin:0;
	display:none;
}

#toggle-view .panel p {
	margin:10px 0 20px;
}

/************Accordion**************/
.accordion-title {
	background-color:#414141;
	margin-bottom:3px;
}
.accordion-title h3{
	margin-bottom:0px;
	font-family: 'bebas_neueregular',Arial,sans-serif;
	font-weight:400;
	line-height:22px;
}
.accordion-title a {
	color: #fff;
    display: inline-block;
    padding: 9px 15px;
	font-size:18px;
	font-family: "Poppins", Arial,sans-serif;
}
.accordion-title.active, .accordion-title:hover {
	background-color: #17222B;
}
.accordion-title.active a,
.accordion-title:hover a {
	color:#fff;
}
.accordion-container {
	margin:30px 0 30px 0;
}
/************Border**************/

.kopa-border-2 {
	display:block;
	border:5px solid #e2e2e2;
}
.kopa-border-3 {
	display:block;
	border:1px solid #ddd;
	background-color:#fff;
	padding:4px;
}
.imgl,
.imgl30,
.imgl50 {
	padding:5px;
	display:block;
	float: left;
}
.imgr,
.imgr30,
.imgr50 {
	padding:5px;
	display:block;
	float: right;
}
.imgc {
	padding:5px;
	display:block;	
}
.imgg {
	padding:5px;
	display:block;
}

.imgfull {
	padding:5px;
	margin-top:10px;
	display:block;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 100px;
	right:0;
	margin-right:20px;
	margin-bottom:0;
	z-index:100;
}
#back-top a {
	width: 65px;
	height: 65px;
	display: block;	
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
	background:url(images/background/back-top-bg.png) no-repeat center center #d4092b;
	text-indent:-99999px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.67);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.67);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.67);
	position:relative;
	z-index:0;
	outline:none;
}
#back-top a:hover{
	-webkit-box-shadow:0 0 10px 0 #00b9ef;
	-moz-box-shadow:0 0 10px 0 #00b9ef;
	box-shadow:0 0 10px 0 #00b9ef;	
}
/* =========================================================
Search page
============================================================ */
.kopa-search-list,
.kopa-search-list li {
	margin:0;
	list-style:none;
}
.kopa-search-list li {
	border-bottom:1px solid #cdcdcd;
	margin-bottom:20px;
}
.kopa-search-list li:last-child {
	border-bottom:none;
	margin-bottom:0px;
}
.kopa-search-list li .entry-item {
	margin-bottom:20px;
}
.entry-meta {
	background-color: #d4092b;
	display:inline-block;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:14px;
	color:#fff;
	line-height:1;
	font-family: "Poppins", Arial,sans-serif;
}
.entry-meta .entry-date,
.entry-meta .entry-comments {
	font-size:14px;
	color:#fff;
	line-height:1;
	font-family: "Poppins", Arial,sans-serif;
}
.entry-meta .entry-date {
	margin-right:5px;
}
.entry-meta .entry-comments {
	margin-left:5px;
}
.entry-meta .entry-comments span {
	color: #17222B;
}
.kopa-search-keyword {
	background-color:#ff9686;
}
/* =========================================================
Single page
============================================================ */
.entry-box header {
	padding: 5px 10px;
	margin-bottom: 20px;
	background-color: #fecc00;
}
.entry-box header .entry-meta {
	font-size: 20px;
	color: #000;
	margin: 0;
	padding: 0;
	background: none;
	line-height: 28px;
}
.entry-box header .entry-meta:first-letter {
    text-transform: uppercase;
}
.entry-box header .entry-date,
.entry-box header .entry-author {
	font-family: "Poppins", Arial,sans-serif;
	font-size:14px;
	color: #17222B;
	line-height:28px;
}
.entry-box header .entry-author:hover {
	text-decoration:underline;
}
.entry-box header .entry-comments {
	color:#fff;
	font-size:20px;
	font-family: "Poppins", Arial,sans-serif;
	font-weight:800;
	background:#c90a2a;
	display:inline-block;
	float:right;
	line-height:1;
	padding:5px 5px 3px 5px;
	position:relative;
}
.entry-box header .entry-comments span {
	width:9px;
	height:13px;
	background:url(images/background/comment-arrow.png) no-repeat 0 0;
	position:absolute;
	left:-9px;
	top:8px;
}
.entry-box .entry-content p {
	margin: 15px 0px;
}
.entry-box .entry-content img {
	width:48.75%;
	margin-right:2.777778%;
	float:left;
}
#rfg_section_220  img {
	width:95%;
	margin-right:2.777778%;
	float:left;
}

.entry-box .entry-content .imgfull {
	width:95%;
	margin-right:1.777778%;
	margin-left:1.777778%;
}
.entry-box .entry-content .imgl {
	width:22.75%;
	margin-right:1.777778%;
	margin-left:2.777778%;
	float:left;
}
.entry-box .entry-content .imgl30 {
	width:29.75%;
	margin-right:1.777778%;
	margin-left:2.777778%;
	float:left;
}
.entry-box .entry-content .imgl50 {
	width:48.75%;
	margin-right:1.777778%;
	margin-left:2.777778%;
	float:left;
}
.entry-box .entry-content .imgr {
	width:22.75%;
	margin-right:2.777778%;
	margin-left:1.777778%;
	float:right;
}
.entry-box .entry-content .imgr30 {
	width:29.75%;
	margin-right:2.777778%;
	margin-left:1.777778%;
	float:right;
}
.entry-box .entry-content .imgr50 {
	width:48.75%;
	margin-right:2.777778%;
	margin-left:1.777778%;
	float:right;
}
.entry-box .entry-content .imgc {
	width:22.75%;
	margin-right:1.777778%;
	margin-left:1.777778%;
}

/*--------------Tags--------------*/
.kopa-tag-box {
	background:url(images/icons/tag-icon.png) no-repeat left 0;
	height:24px;
	padding-left:40px;
	margin-bottom:50px;
}
.kopa-tag {
	display:inline-block;
	background:url(images/background/pattern-3.png) repeat 0 0;
	line-height:24px;
	padding:0 10px;
}
.column-a .kopa-tag-box {
	background:none;
	padding-left:0;
	margin-bottom:0;
	height:auto;
}
.column-a .kopa-tag {
	margin:0 5px 10px 0;
}
/*--------------About Author--------------*/
.about-author {
	margin-bottom:50px;
}
.about-author img {
	float:left;
	margin-right:2.777778%;
}
.about-author h3,
#comments h3,
#respond h3,
.related-widget h3 {
	color: #17222B;
	margin-bottom:15px;
}
.about-author a {
	font-size:14px;
	font-weight:800;
	font-family: "Poppins", Arial,sans-serif;
	display:block;
	margin-bottom:5px;
}
.about-author p {
	margin-bottom:15px;
}
.about-social-link {
	margin:0;
}
.about-social-link li {
	float:left;
	list-style:none;
	margin:0 5px 0 0;
}
.about-social-link li a {
	display:block;
}
/*------------------ Comments List ---------------------*/
#comments {
	margin-bottom:40px;
}
#comments h3 {
	background:url(images/icons/comment-icon.png) no-repeat left 0;
	padding-left:40px;
	height:25px;
	margin-bottom:30px;
}
.comments-list .comment {
	margin-bottom:25px;
	list-style:none;
}
.comment-wrap img {
	float:left;
	margin-right:25px;
}
.comment-wrap .comment-body {
	margin-left:100px;
	border:1px solid #e2e2e2;
	background-color:#fafafa;
	padding:15px 20px;
	position:relative;
	z-index:0;
}
.comment-wrap .comment-body .comment-meta, .comment-wrap .comment-body p {
	margin:0 0px 5px 0;
}
.comment-wrap .comment-body .comment-meta .author {
	display:inline-block;
	font-size:15px;
	color: #17222B;
	margin-right:5px;
	font-family: "Poppins", Arial,sans-serif;
}
.comment-wrap .comment-body .comment-meta .date {
	display:inline-block;
	font-size:12px;
	color:#777;
}
.comment-wrap .comment-body footer p {
	float:right;
	margin:0;
}
.comment-wrap .comment-body .comment-reply-link, .comment-wrap .comment-body .comment-edit-link {
	display:inline-block;
	color: #17222B;
}
.comment-wrap .comment-body .comment-reply-link:hover, .comment-wrap .comment-body .comment-edit-link:hover {
	text-decoration:underline;
}
.comment-wrap .comment-body .comment-reply-link {
	margin-right:15px;
}
.commnet-list-arrow {
	display:block;
	width:13px;
	height:21px;
	background:url(images/background/comment-list-arrow.png) no-repeat 0 0;
	position:absolute;
	top:10px;
	left:-13px;
}
.comments-list .children-1 {
	margin-left:100px;
}
.comments-list .children-2 {
	margin-left:200px;
}
.comment-pagination {
    float: right;
}
.comment-pagination a, .comment-pagination span {
    padding-left: 15px;
	font-size:16px;
	font-family: "Poppins", Arial,sans-serif;
}
.comment-pagination .current {
	color: #17222B;
}
/*--------------Comment Form--------------*/
#respond {
	padding:15px;
	background-color:#fafafa;
	margin-bottom:30px;
}
#comments-form p.textarea-block,
#contact-form p.textarea-block {
	position:relative;
	width:100%;
	margin-bottom:20px;
}
#comment_message,
#contact_message {
	background-color:#fff;
	height:86px;
	border:1px solid #e2e2e2;
	padding:10px 2%;
	width:95%;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#comments-form p.input-block,
#contact-form p.input-block {
	position:relative;
	width:31.08%;
	float:left;
	margin-right:2.941176%;
	margin-bottom:30px;
}
#comments-form label.required,
#contact-form label.required {
	display:block;
	margin-bottom:5px;
	font-family: "Poppins", Arial,sans-serif;
}
#comment_name,
#comment_email,
#comment_url,
#contact_name,
#contact_email,
#contact_url {
	border:1px solid #e2e2e2;
	padding:10px 2%;
	width:95%;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#comment_name:focus,
#comment_email:focus,
#comment_url:focus,
#comment_message:focus,
#contact_name:focus,
#contact_email:focus,
#contact_url:focus,
#contact_message:focus {
	border:1px solid #c90a2a;
}

.comment-button,
.contact-button {
	margin:0;
}
#submit-comment,
#submit-contact {
	border:none;
    background-color: #c90a2a;
    color: #FFFFFF;
    display: inline-block;
    font-family: "Poppins", Arial,sans-serif;
	font-weight:800;
    font-size: 14px;
    padding: 5px 30px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
}
#submit-comment:hover,
#submit-contact:hover {
	background-color:#414141;
}

#comments-form label.error,
#contact-form label.error {
	position:absolute;
	right:0;
	bottom:-20px;
	font-family: "Poppins", Arial,sans-serif;
	color: #17222B;
}

#response {
	font-family: "Poppins", Arial,sans-serif;
	color: #17222B;
	font-size:14px;
}

/*--------------Related widget--------------*/
.related-widget h3 {
	padding:10px 20px;
	background-color: #fafafa;
}
.related-widget h3 span {
	background:url(images/icons/copy-icon.png) no-repeat left center #fafafa;
	padding-left:35px;
}
.related-widget ul {
	margin:0 -20px;
	list-style:none;
}
.related-widget ul li {
	margin:0 20px 15px;
	list-style:none;
	float:left;
	width:340px;
	border-bottom:1px solid #e7e7e7;
	padding-bottom:10px;
}
.related-widget .entry-thumb {
	float:left;
	margin-right:15px;
}
.related-widget .entry-content a {
	display:block;
	color:#4477CC;
	font-size:16px;
	font-family: "Poppins", Arial,sans-serif;
	line-height:18px;
	margin-bottom:5px;
}
.related-widget .entry-content a:hover {
	color: #17222B;
}
.related-widget .entry-content .entry-date,
.related-widget .entry-content .entry-meta {
	font-size:10px;
	text-transform:uppercase;
	background:none;
	padding:0;
	display:inline-block;
	font-family: "Poppins", Arial,sans-serif;
}
.related-widget .entry-content .entry-comments {
	font-size:10px;
	color: #17222B;
	display:inline-block;
	font-family: "Poppins", Arial,sans-serif;
}
.related-widget .entry-content .entry-comments:hover {
	text-decoration:underline;
}

.kopa-categories li,
.kopa-archives li {
	float:left;
	padding-left:4%;
	width:46%;
}
/* =========================================================
Contact page
============================================================ */
.contact-title {
	color:#333;
	font-size:16px;
	font-family: "Poppins", Arial,sans-serif;
	font-weight:800;
	margin-bottom:10px;
}
.google-map {
	height:400px;
}
.google-map iframe {
	margin:0;
	padding:0;
}
/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:100px 10% 91px 10%;
}
.error-404 .left-col{
    width:42%;
    float:left;
	margin-right:4.3%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#000;
    line-height:100px;
	text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
}
.kopa-pagelink{
	margin-top:20px;
	margin-bottom:20px;
}
.kopa-pagelink a{	
	color:#255379;
	text-decoration:underline;
	font-weight:700;
	padding-right:15px;
}
@media (max-width: 767px) {
	.error-404 .left-col p {
		font-size: 80px;
		line-height: 80px;
	}
}
/*Extra cookie_permission */
#cookie_permission {position:fixed; top:0%; right:0; z-index:10000; width: 200px; padding:10px; background: #555; text-align:center; font-size: 0.9em; line-height:120%; border-radius: 0 0 0 25px; box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.2); }
#cookie_permission p , #cookie_permission a {color:#fff;}
#cookie_permission a.cookieaccepted {color:#000; background: #E42A4F; display:block; padding:5px; border-radius: 15px; border: 1px solid #fff; font-weight:bold;}
@media (max-width: 767px) {
	#cookie_permission {top:-10%;}

}

.accessibility {
	position: fixed;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11111111111;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 5px;
	border-radius: 10px 0px 0px 10px;
	max-width: 49px;
}
.accessibility > div {
	background-color: #d4092b;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	color: white;
	border-radius: 5px;
	margin: 2px;
	height: 35px;
	cursor: pointer;
}
.basis-content {
	flex-basis: content;
}
.mt-60px {
	margin-top: -60px !important;
}
.tab-container-1 {
	padding: 5px 10px;
}
.tab-container-1 div#tab-1-1 > h2 {
	display: none;
}
#main-content section.widget.featured-widget {
	height: 700px;
	opacity: 0;
}
body.loaded #main-content section.widget.featured-widget {
	height: auto;
	opacity: 1;
}
section.widget.featured-widget > a, .tab-container-1 > div >  .clearfix > a {
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	color: #17222B;
	padding: 10px 18px;
	border: 1px solid #50585F;
	line-height: 20px !important;
}
section.widget.featured-widget > a:hover , .tab-container-1 > div >  .clearfix > a:hover {
	background-color: #d4092b;
	color: white;
	border-color: #d4092b;
}
.tab-container-1 > div > h3 {
	font-size: 20px;
}
.nivo-caption {
	background: #d4092b !important;
	font-size: 20px;
	display: flex !important;
	align-items: center;
	height: 45px;
	position: unset !important;
	opacity: 1 !important;
}
.theme-default .nivoSlider {
	border: unset !important;
}
div#header-bottom ul.navbar-nav {
	flex-wrap: wrap;
}
ul.tabs-1.clearfix {
	width: 100%;
	display: flex;
	justify-content: center;
}

.navbar-toggler {
	outline: unset !important;
	background-color: #c90a2a !important;
	color: white !important;
}
section.widget.footer-img {
	padding: 10px 15px;
	padding-top: 30px;
}
section.widget.footer-img .entry-item .entry-thumb > div {
	width: 100% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.column-b.col-12.col-lg-9 .entry-content.clearfix {
	display: flex;
	flex-direction: column;
}
.column-b.col-12.col-lg-9 .entry-content.clearfix button {
	display: flex;
	margin-top: 40px;
	align-items: center;
	width: 100%;
	border: unset;
	text-align: center;
	background-color: #d4092b;
	justify-content: center;
	color: white;
	padding: 10px;
}
.tab-container-1 > div img {
	width: 35% !important;
	object-fit: cover;
}
.entry-content.clearfix form input[type=submit] {
	background-color: #d4092b;
	border: 0;
	color: #fff;
	padding: 10px;
}

@media (min-width: 992px) {
	div#header-bottom div#navbar > ul.navbar-nav .nav-item.dropdown {
		position: unset !important;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu {
		flex-wrap: wrap;
		align-items: stretch;
		width: 100%;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li {
		width: 33.33%;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu ul.dropdown-menu{
		left: 0 !important;
		flex-wrap: wrap;
		background-color: #303030;
		height: auto;
		width: 100%;
		top: unset;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li > a {
		margin: 0px 25px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		line-height: initial;
		padding: 10px 0px;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu li > a::after {
		content: "\f105";
		font-size: 14px;
		font-family: 'Font Awesome 5 Free';
		height: 100%;
		display: flex;
		align-items: center;
		position: unset;
		top: unset;
		transform: unset;
		padding-left: 5px;
	}

}

@media (max-width: 991px) {
	div#header-bottom ul.navbar-nav > .nav-item > a {
		display: inline-block;
		color: #fff;
		font-size: 18px;
		text-transform: capitalize;
		text-decoration: unset;
		width: 96%;
		order: 0;
		font-weight: 500;
		height: 30px;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item {
		margin-right: 0;
		display: flex;
		padding: 7px 0px;
		flex-wrap: wrap;
	}
	.search-box .search-text {
		font-size: 18px;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu {
		order: 2;
		width: 100%;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown ul.dropdown-menu a {
		font-size: 18px;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown::after {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		border-top: 2px solid;
		border-right: 2px solid;
		color: white;
		transform: rotate(135deg);
		position: absolute;
		right: 0;
		margin-left: 0;
		border-left: unset;
		transition: all .5s;
	}
	div#header-bottom div#navbar > ul.navbar-nav > .nav-item.dropdown.active::after {
		transform: rotate(315deg);
	}
	ul.ui-newsticker-list > li {
		font-size: 13px;
	}
}

@media (max-width: 454px) {
	div#header-top .header-top__center {
		padding-top: 15px;
	}
}
